home *** CD-ROM | disk | FTP | other *** search
- %case buildOrder%
- { %windname%.p% %}
- %case sourcefile%
- %genfile Window windname%
- %case useswindow%
- %windname%,
- %case windowKind%
- , W%WindName%
- %case windowfields%
- {for %WindName%:}
- %for each item gen window field%
- %case open%
- Open%WindName% (fName, vRefNum, fRefNum);
- %case close%
- W%WindName%:
- Close%WindName%;
- %case typein%
- W%WindName%:
- TypeIn%WindName% (ch);
- %case mousein%
- W%WindName%:
- MouseIn%WindName% (where, modifiers);
- %case update%
- W%WindName%:
- Update%WindName%;
- %case activate%
- W%WindName%:
- Activate%WindName% (activate);
- %case resize%
- W%WindName%:
- Resize%WindName%;
- %case scroll%
- W%WindName%:
- Scroll%WindName% (newValue, oldValue);
- %case track%
- W%WindName%:
- Control%WindName% (whichControl, whichPart, where);
-